pp108 : PublishConfiguredTasks (Deprecated)

PublishConfiguredTasks (Deprecated)

SOAP Request


This Web service operation configures tasks to a role with the given task parts and related tasks of a task and sets the ACLs to the specified role based on the tasks configured.

<PublishConfiguredTasks xmlns="http://schemas.cordys.com/task/1.0/designtime/">
    <tuple>
        <new>
            <ConfiguredTasks dn="" xmlns="http://schemas.cordys.com/task/1.0/">
                <Task id="GUID of task" name="name of the task" type="type of task">
                    <TaskParts>
                        <TaskPart id="GUID of task part"
                            isAvailable="true" name="name of task part"/>
                        <TaskPart id="GUID of task part"
                            isAvailable="false" name="name of task part"/>
                    </TaskParts>
                    <RelatedTasks>
                        <Task id="GUID of task" isAvailable="true" name="name of the task"/>
                        <Task id="GUID of task" isAvailable="true" name="name of the task"/>
                    </RelatedTasks>
                </Task>
                <Task id="GUID of task" name="name of the task" type="type of task">
                    <TaskParts>
                        <TaskPart id="GUID of task part"
                            isAvailable="false" name="name of task part"/>
                        <TaskPart id="GUID of task part"
                            isAvailable="true" name="name of task part"/>
                    </TaskParts>
                    <RelatedTasks>
                        <Task id="GUID of task" isAvailable="false" name="name of the task"/>
                        <Task id="GUID of task" isAvailable="false" name="name of the task"/>
                    </RelatedTasks>
                </Task>
            </ConfiguredTasks>
        </new>
    </tuple>
</PublishConfiguredTasks>

Request Parameters

Parameter

Description

Data Type

Accepted Input Values

Task

Provides the task details on the basis of input values.

  • id - Unique ID of the task
  • name - Name of the task

TaskPart

An activity that is part of the Task.

  • id - Unique id of the task part
  • name - Name of the task part

RelatedTask

Task referred by the parent task.

  • id - Unique id of the related task
  • name - Name of the related task

SOAP Response

<PublishConfiguredTasksResponse xmlns="http://schemas.cordys.com/task/1.0/designtime/">
    <tuple>
        <old>
            <ConfiguredTasks dn="" xmlns="http://schemas.cordys.com/task/1.0/">
                <Task id="GUID of task" name="name of the task" type="type of task">
                    <TaskParts>
                        <TaskPart id="GUID of task part"
                            isAvailable="true" name="name of task part"/>
                        <TaskPart id="GUID of task part"
                            isAvailable="false" name="name of task part"/>
                    </TaskParts>
                    <RelatedTasks>
                        <Task id="GUID of task" isAvailable="true" name="name of the task"/>
                        <Task id="GUID of task" isAvailable="true" name="name of the task"/>
                    </RelatedTasks>
                </Task>
                <Task id="GUID of task" name="name of the task" type="type of task">
                    <TaskParts>
                        <TaskPart id="GUID of task part"
                            isAvailable="false" name="name of task part"/>
                        <TaskPart id="GUID of task part"
                            isAvailable="true" name="name of task part"/>
                    </TaskParts>
                    <RelatedTasks>
                        <Task id="GUID of task" isAvailable="false" name="name of the task"/>
                        <Task id="GUID of task" isAvailable="false" name="name of the task"/>
                    </RelatedTasks>
                </Task>
            </ConfiguredTasks>
        </old>
    </tuple>
</PublishConfiguredTasksResponse>

Response Parameters

Parameter

Description

Task

Provides the task details on the basis of input values.

TaskPart

An activity that is part of the Task.

RelatedTask

Task referred by the parent task.